EnforcedPlainTextLabel {
id: fileTypeLabel
text: root.fileTypeString
- color: palette.mid
+ color: palette.dark
}
}
}
Rectangle {
Layout.fillWidth: true
height: Style.normalBorderWidth
- color: palette.mid
+ color: palette.dark
}
FileProviderSyncStatus {
Layout.fillWidth: true
text: qsTr("%1 GB of %2 GB remote files synced").arg(root.localUsedStorage.toFixed(2)).arg(root.remoteUsedStorage.toFixed(2));
elide: Text.ElideRight
- color: palette.mid
+ color: palette.dark
horizontalAlignment: Text.AlignRight
}
verticalAlignment: Image.AlignVCenter
horizontalAlignment: Image.AlignHCenter
fillMode: Image.PreserveAspectFit
- source: "image://svgimage-custom-color/activity.svg/" + palette.mid
+ source: "image://svgimage-custom-color/activity.svg/" + palette.dark
}
EnforcedPlainTextLabel {
property int sublineFontSize: Style.unifiedSearchResultSublineFontSize
property color titleColor: palette.windowText
- property color sublineColor: palette.mid
+ property color sublineColor: palette.dark
EnforcedPlainTextLabel {
id: title
BusyIndicator {
id: root
- property color color: palette.mid
+ property color color: palette.dark
property string imageSource: "image://svgimage-custom-color/change.svg/"
property int imageSourceSizeWidth: 64
property int fontSize: Style.unifiedSearchResultTitleFontSize
- property string textColor: palette.mid
+ property string textColor: palette.dark
Accessible.role: Accessible.ListItem
Accessible.name: unifiedSearchResultItemFetchMoreText.text
property int sublineFontSize: Style.unifiedSearchResultSublineFontSize
property color titleColor: palette.buttonText
- property color sublineColor: palette.mid
+ property color sublineColor: palette.dark
Accessible.role: Accessible.ListItem